- loop count
- Вычислительная техника: переменная цикла, счётчик цикла
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Count Bass D — Birth name Dwight Farrell Born August 25, 1973 (1973 08 25) (age 38) Origin Nashville, Tennessee, U.S. Genres … Wikipedia
Loop unwinding — Loop unwinding, also known as loop unrolling, is a loop transformation technique that attempts optimize a program s execution speed at the expense of its size.The goal of loop unwinding is to increase the programs speed by reducing (or… … Wikipedia
loop — loop1 [ lup ] noun count * 1. ) a round shape or curve made by a line curling back toward itself: She did big loops on the letters g and y. loop of: The rebel camp was located 25 km. south, in a loop of the river. a loop of string/rope/wire a ) a … Usage of the words and phrases in modern English
Loop Guru — Infobox musical artist Name = Loop Guru Img capt = Loop Guru, Brand new album as of 2006 Img size = 150 Landscape = Background = group or band Alias = Origin = United Kingdom Genre = Worldbeat Ambient Dubtronica Years active = 1985 ndash;present… … Wikipedia
loop — [[t]lu͟ːp[/t]] loops, looping, looped 1) N COUNT: usu with supp A loop is a curved or circular shape in something long, for example in a piece of string. Mrs. Morrell reached for a loop of garden hose. 2) VERB If you loop something such as a… … English dictionary
Loop (graph theory) — In graph theory, a loop (also called a self loop) is an edge that connects a vertex to itself. A simple graph contains no loops.Depending on the context, a graph or a multigraph may be defined so as to either allow or disallow the presence of… … Wikipedia
LOOP — Louisiana Offshore Oil Port (Governmental » US Government) * Louisiana Offshore Oil Platform (Governmental » Transportation) * Loop on Count (Computing » Assembly) * Logic Of Object Oriented Programming (Computing » Software) * Logic Of Object… … Abbreviations dictionary
loop·hole — /ˈluːpˌhoʊl/ noun, pl holes [count] : an error in the way a law, rule, or contract is written that makes it possible for some people to legally avoid obeying it She took advantage of a loophole in the tax law. a tax loophole His attorney has been … Useful english dictionary
Control-Feedback-Abort Loop — Too often systems fail, sometimes leading to significant loss of life, fortunes and confidence in the provider of a product or service. It was determined that a simple and useful tool was needed to help in the analysis of interactions of groups… … Wikipedia
While loop — In most computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a given boolean condition. The while loop can be thought of as a repeating if statement.The while construct… … Wikipedia
For loop — In computer science a for loop is a programming language statement which allows code to be repeatedly executed. A for loop is classified as an iteration statement.Unlike many other kinds of loops, such as the while loop, the for loop is often… … Wikipedia